Welcome![Sign In][Sign Up]
Location:
Search - java http

Search list

[Internet-NetworkdownloadManager

Description: 一个下载程序,基于 java Swing 和HTTP协议。本版本还不支持FTP下载,有望在以后加入。-a download, based on java Swing and HTTP protocol. This version does not support FTP downloads, expected in the future.
Platform: | Size: 50176 | Author: 掌柜各 | Hits:

[JSPJava_ds_src

Description: Java课程设计 耿祥义编著 清华大学出版社 ISBN:7-302-07915-3 广工图书馆编号:TP3125A/G47 http://www.tupwq.net 1.记忆测试系统 2.计算器 3.Hannoi塔 4.JPEG图像生成器 5.标准化考试系统(单机版) 6.标准化考试系统(C/S网络版) 7.标准化考试系统(B/S版) 8.日历记事本 9.学籍管理系统 10.图书查询系统(B/S网络版) 11.中国象棋打谱系统 12.魔板游戏 13.挖雷游戏 14.网络聊天室(B/S模式) 15.局域网广播系统-Java curriculum design GENG compilation of Qinghua University Press ISBN 7-10-302-07915-3-Canton Public Library Number : TP3125A/G47 http://www.tupwq.net 1. Memory Test System 2. Calculator 3.Hannoi tower 4.JPEG Image Generator 5. standardized test system (stand-alone version) 6. standardized Testing System (C/S network version) 7. standardized Testing System (B/S version) 8. Calendar Notepad 9. Information Management 10. Book Search System ( B/S network version) 11. Chinese chess playing Spectrum System 12. magic 13 board games. mine dug 14 games. network Chat Room (B/S) 15. LAN Broadcasting System
Platform: | Size: 80896 | Author: diva8 | Hits:

[Home Personal applicationMultifunctional_Calculator_1.1

Description: 该计算器既有经典的GUI按钮模式,也有类似于Matlab的命令行解释执行模式,并且解释模式基于XML配置构建,利用了Java语言强大的的反射机制,使得用户根据需要添加自己的专用函数非常简单和方便。 http://www.hugjava.com/projectDetail.do?id=3 -both classic GUI button model, which is similar to Matlab from the command line mode to explain the implementation and interpretation of XML-based configuration model building, using the Java language strong reflection of the mechanism that allows users to add their own needs under the exclusive function is very simple and convenient. Http://www.hugjava.com/projectDetail.do id = 3
Platform: | Size: 98304 | Author: 张冬晓 | Hits:

[Ftp Serverjetty-4.2.25-all

Description: 纯JAVA写的HTTP Server and Servlet -was pure Java HTTP Server and Servlet
Platform: | Size: 12819456 | Author: 陈智鹏 | Hits:

[WEB CodedomainQuery

Description: 网上的域名查询系统,大都是基于ASP ASP.NET 和php的,其实用JSP也可以轻松实现! 闲来无事儿,就用JSP做了一个! 是基于AJAX技术的,用DWR实现的AJAX 特别感谢:http://www.checkdomain.com 提供查询资源! 里边还有一个aqu.jar包,那个是我的工具包!呵呵,里边有我的一些常用的方法和收集韦来的一些md5 aes des base64 rsa .....等加密类!其中 com.v246.utils.io.Path类,可以根据一个.class类文件而确定该文件在系统中的绝对路径!这个在JSP开发中很实用,呵呵!com.v246.utils.servlet.filter.ManagerFilter 是一个用于安全过滤的类!比如JSP开发中的管理员登陆,用户登陆等的安全控制,可以指定对哪些文件过滤,哪些文件不过滤! com.v246.utils.servlet.filter.EncodingFilter 和上面的那个差不多,只不过这个是用于编码过滤的!可以指定过滤的编码,在JSP开发中常常要进行编码转换,有了这个FILTER,就轻松多了!。。。。。 还有其它好多,就不细说了!-err
Platform: | Size: 247808 | Author: 古刹飞鹰 | Hits:

[WEB Codestock_real

Description: 通过javascript脚本引用stockstar实时显示自己需要的几支股票信息。演示了js脚本定时器的使用。 window.parent.main2.location.href="http://www.stockstar.online.sh.cn/scripts/quoteISAPI.d-through javascript script invoked stockstar real-time display of their needs several stock information. Js script demonstration of the use of timers. Window.parent.main2.location.href = "http :// www.stockstar.online.sh.cn/scripts/quo teISAPI.d
Platform: | Size: 3072 | Author: 宋益波 | Hits:

[Ftp ServerLFTP

Description: LFTP FTP服务器 支持断点续传,设置用户权限,多线程传输文件。 -metastatic FTP server support HTTP, set user privileges, multithreaded file transfer.
Platform: | Size: 979968 | Author: 王金华 | Hits:

[Other resourceDBSCAN-csharp

Description: 程序说明: Form1.cs是应用聚类算法DBSCAN (Density-Based Spatical Clustering of Application with Noise)的示例,可以通过两个参数EPS和MinPts调节聚类。 DBSCAN.cs是实现文件,聚类算法的进一步信息请参考“数据挖掘”或者相关书籍 聚类示例数据来自于sxdb.mdb,一个Access数据库。 已知问题及进一步改进建议: 问题:dbscan.cs行64,SortedList不支持重复键,因此若两个数据点距离相同则无法加入集合 解决:采用人为减小一个微小量,使数据点距离不同且不影响聚类结果 上一解决方案的问题:减小double.Epsilon微小量无助于使SortedList认为两点距离以及不同 解决:采用一个指数增长的微小量,连续重试直至SortedList认为距离已经不同 进一步改进建议:可能通过double的强制转型为内存中的byte类型(假设double型转为8个byte) 然后最后一个byte减去0x01可比较漂亮的解决问题,但是……呵呵,C#中我不会这个操作 也可以自己实现一个SortedList,支持重复键,当然,这,好像是微软应该做的工作了 ^_^ Eric Guo <http://www.cnblogs.com/ericguo/> -procedures : Form1.cs clustering algorithm is applied DBSCAN (Density-Based Spati cal Clustering of Application with Noise) example, two parameters can EPS and MinPts regulation clustering. DBSCAN.cs is, the clustering algorithm further information please refer to the "data mining" or books related data clustering example from sxdb.m db, an Access database. Known issues and recommendations for further improvement : : 64 dbscan.cs OK, SortedList not support duplicate keys, and therefore if two data points from the same pool can not be solved by adding : By applying an artificially reduce a small amount of data from different points without clustering results on the impact of a solution of the problem : double.Epsilon small decrease in the amount of helplessness to make that 2:00 S
Platform: | Size: 26624 | Author: Huang Yi | Hits:

[JSP/JavaUpDownload

Description: 用jsp编写的文件上传与下载系统。(1)先将com目录拷贝到webapps\ROOT\WEB-INF\classes下,然后重新启动Tomcat (2)输入http://localhost:8080/chap21/upload.html进行上传。-used to prepare the file upload and download system. (1) The first copy of the directory com webapps \ ROOT \ WEB-INF \ classe s, then restart Tomcat (2) input http://localhost : 8080/chap21/upload.html for uploads.
Platform: | Size: 16384 | Author: fly | Hits:

[Firewall-SecurityDNASetup

Description: Deep Network Analyzer(DNA)是一个灵活的,可扩展的深度网络分析器(服务器软件)与框架,它可收集和分析网络数据包,网络对话(sessions)与应用层协议(HTTP,DNS,P2P,VoIP等),被动地隔离企业级网络.DNA主要设计用于Internet安全,入侵探测,网络管理,协议与网络分析,信息搜集,网络监测应用程序.-Deep Network Analyzer (DNA) is a flexible, Depth can be extended network analyzer (server software) and the framework, which will collect and analyze data packet network, Network Dialogue (sessions) and the application layer protocol (HTTP, DNS, P2P, VoIP, etc.), passive isolation enterprise network. DNA designed mainly for Internet security, Intrusion detection, network management, network agreement with the analysis, information gathering, network monitoring applications.
Platform: | Size: 12617728 | Author: 秦宗全 | Hits:

[JSP/Javajson_simple

Description: JSON(JavaScript Object Notation) 是一种轻量级的数据交换格式。易于人阅读和编写。同时也易于机器解析和生成。 http://doc.zoomquiet.org/data/20060522172353/-JSON (JavaScript Object Notation) is a lightweight The data exchange format. Easy to read and prepare. Also easy analysis and generation machines. Http :// doc.zoomquiet.org/data/20060522172353 /
Platform: | Size: 51200 | Author: zhangxu | Hits:

[P2PANtsP2P_beta1.5.6_p0.9.3_src_nb

Description: ANts P2P realizes a third generation P2P net. It protects your privacy while you are connected and makes you not trackable, hiding your identity (ip) and crypting everything you are sending/receiving from others. Features Open Source Java implementation (GNU-GPL license) Multiple sources download Swarming from partial files Automatic resume and sources research over the net Search by hash, string and structured query Completely Object-Oriented routing protocol Point to Point secured comunication: DH(512)-AES(128) EndPoint to EndPoint secured comunication: DH(512)-AES(128) Serverless GWebCache-based peer dicovery procedure IRC based peer discovery system IRC embeded chat system Full text search of indexed documents (pdf, html, txt, doc etc) -> QUERY REFERENCE. Distributed/Decentralized Search engine HTTP tunneling ANts allow P2P communications through any kind of HTTP Proxy ANts allow P2P communications through any kind of NAT or traffic filtering system -ANts P2P realizes a third generation P2P ne t. It protects your privacy while you are connec ted and makes you not trackable, hiding your identity (ip) and crypting everyth ing you are sending/receiving from others. Fea tures Open Source Java implementation (GNU-GP L license) Multiple sources download Fog from Automatic resume partial files and source 's research over the net Search by hash. and structured query string Completely Object- Oriented routing protocol Point to Point secu red comunication : DH (512)- AES (128) EndPoint to secure EndPoint d comunication : DH (512)- AES (128) Serverless GWebCache-base d peer dicovery procedure IRC based peer discov ery system IRC chat system embeded Full text sea rch of indexed documents (pdf, html, txt, doc etc)-
Platform: | Size: 7742464 | Author: 谭朋柳 | Hits:

[JSP/JavaJAVA(testmianshi)

Description: 这种重定向的方法,将导致客户端浏览器的请求URL跳转。从浏览器中的地址栏中可以看到新的URL地址,作用类似于上面设置HTTP响应头信息的实现。 -redirect this approach will lead to the client browser to the URL request Jump. From the browser address bar can see the new URL addresses, role similar to the above provision HTTP response headers realized.
Platform: | Size: 35840 | Author: telsion | Hits:

[SMSCommonLib

Description: 用java开发的一些实用的短信通信模块其中包含MD5加密、http发送等信息-java with some of the practical development of SMS communication module which includes MD5, Send information http
Platform: | Size: 2443264 | Author: 李文歧 | Hits:

[JSP/Javabs_luntan

Description: 每个例子文件夹都附有数据库表、程序源文件和一个war包(或者jar包)。如果是cs结构的,那么是个jar包,而且还多一个可执行程序文件夹,如果是bs结构的则是个war包。结构如下所示: 例子 | +--- -例子名称 | +------数据库表(文件夹) | +------源代码(文件夹) | +-----jar包(ejb模块)或者war包(web模块)【部署到服务器上】 | +------可执行程序(cs结构的例子特有) | | | +-------可执行的jar包 | +------文本文件(http.txt,启动例子时,IE中输入的地址,bs结构的例子特有) 在使用例子之前,你可以用Jbuilder打开原来的工程文件,重新编译,也可以直接部署war包(或者jia包)。 -examples of each folder with all the database tables, procedures, documents and a source of X packages (jar or packet). If the structure is cs, is a jar packets, but also more than one executable file folders, If the structure is bs this is a war packet. Structure as follows : Examples |---- Example Name |------ database tables (folder) |------ source code (document folder) |----- jar Package (ejb module), or war Package (web module) [deployment to the server-- |------ executable (cs structure of the specific examples) | | |------- enforceable ja r Pack |------ text file (http.txt start example, the importation of the IE address, bs structure of the specific examples) in the use of examples, You can use Jbuilder opened the original engineering documents, recompile, can be directly
Platform: | Size: 3636224 | Author: angel | Hits:

[JSP/Javabs_shopping

Description: bs_网上购物系统每个例子文件夹都附有数据库表、程序源文件和一个war包(或者jar包)。如果是cs结构的,那么是个jar包,而且还多一个可执行程序文件夹,如果是bs结构的则是个war包。结构如下所示: 例子 | +--- -例子名称 | +------数据库表(文件夹) | +------源代码(文件夹) | +-----jar包(ejb模块)或者war包(web模块)【部署到服务器上】 | +------可执行程序(cs结构的例子特有) | | | +-------可执行的jar包 | +------文本文件(http.txt,启动例子时,IE中输入的地址,bs结构的例子特有) 在使用例子之前,你可以用Jbuilder打开原来的工程文件,重新编译,也可以直接部署war包(或者jia包)。 -bs_ online shopping system each case folder with all the database tables, Source documents and procedures for a war Package (jar or packet). If the structure is cs, is a jar packets, but also more than one executable file folders, If the structure is bs this is a war packet. Structure as follows : Examples |---- Example Name |------ database tables (folder) |------ source code (document folder) |----- jar Package (ejb module), or war Package (web module) [deployment to the server-- |------ executable (cs structure of the specific examples) | | |------- enforceable ja r Pack |------ text file (http.txt start example, the importation of the IE address, bs structure of the specific examples) in the use of examples, You can use Jbuilder opened the original engineering documents, recom
Platform: | Size: 2413568 | Author: angel | Hits:

[JSP/Javacs_caiwujizhang

Description: cs_人财务记账系统每个例子文件夹都附有数据库表、程序源文件和一个war包(或者jar包)。如果是cs结构的,那么是个jar包,而且还多一个可执行程序文件夹,如果是bs结构的则是个war包。结构如下所示: 例子 | +--- -例子名称 | +------数据库表(文件夹) | +------源代码(文件夹) | +-----jar包(ejb模块)或者war包(web模块)【部署到服务器上】 | +------可执行程序(cs结构的例子特有) | | | +-------可执行的jar包 | +------文本文件(http.txt,启动例子时,IE中输入的地址,bs结构的例子特有) 在使用例子之前,你可以用Jbuilder打开原来的工程文件,重新编译,也可以直接部署war包(或者jia包)。 -cs_ financial accounting systems were examples of each folder with all the database tables, Source documents and procedures for a war Package (jar or packet). If the structure is cs, is a jar packets, but also more than one executable file folders, If the structure is bs this is a war packet. Structure as follows : Examples |---- Example Name |------ database tables (folder) |------ source code (document folder) |----- jar Package (ejb module), or war Package (web module) [deployment to the server-- |------ executable (cs structure of the specific examples) | | |------- enforceable ja r Pack |------ text file (http.txt start example, the importation of the IE address, bs structure of the specific examples) in the use of examples, You can use Jbuilder opened the original engineerin
Platform: | Size: 1267712 | Author: angel | Hits:

[JSP/Javacs_jishi

Description: cs_日程记事系统每个例子文件夹都附有数据库表、程序源文件和一个war包(或者jar包)。如果是cs结构的,那么是个jar包,而且还多一个可执行程序文件夹,如果是bs结构的则是个war包。结构如下所示: 例子 | +--- -例子名称 | +------数据库表(文件夹) | +------源代码(文件夹) | +-----jar包(ejb模块)或者war包(web模块)【部署到服务器上】 | +------可执行程序(cs结构的例子特有) | | | +-------可执行的jar包 | +------文本文件(http.txt,启动例子时,IE中输入的地址,bs结构的例子特有) 在使用例子之前,你可以用Jbuilder打开原来的工程文件,重新编译,也可以直接部署war包(或者jia包)。 -cs_ agenda examples of each notebook system folder with all the database tables, Source documents and procedures for a war Package (jar or packet). If the structure is cs, is a jar packets, but also more than one executable file folders, If the structure is bs this is a war packet. Structure as follows : Examples |---- Example Name |------ database tables (folder) |------ source code (document folder) |----- jar Package (ejb module), or war Package (web module) [deployment to the server-- |------ executable (cs structure of the specific examples) | | |------- enforceable ja r Pack |------ text file (http.txt start example, the importation of the IE address, bs structure of the specific examples) in the use of examples, You can use Jbuilder opened the original engineering documents
Platform: | Size: 4529152 | Author: angel | Hits:

[JSP/JavaHttpDownExample

Description: 用多线程下载URL定位的文件,主要供学习java多线程的人和HTTP协议的人参考-using multithreading download URL positioning documents, primarily for the study of java multithreading and the HTTP protocol reference
Platform: | Size: 17408 | Author: zhxmyself | Hits:

[JSP/JavaMTdownload

Description: 自己编写的一个在Java中通过http协议多线程下载的一个程序例子。通过HTTP请求先得到文件长度,一般切成5块后分别下载。本人在Jbuilder9中调试通过!开发环境JBuilder9-themselves in the preparation of a Java through http protocol multithreaded download a procedural example. HTTP request prior document length, cut into five general respectively after downloading. I Jbuilder9 debug through! Development Environment JBuilder9
Platform: | Size: 33792 | Author: lbqgr | Hits:
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »

CodeBus www.codebus.net